DELETE /Server/

Unregister a server with the specified name.
 

Request

Method Request URI
DELETE /API/Server/?name=value&sessionId=value

URI Parameters

URI Parameter Description
name The name of the server to be unregistered.
sessionId ID of the current session. Specifying via an Authorization request header instead is recommended.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

There is no Request Body for this function.

Response

Response Body

true if the server was found; otherwise, false.